home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / ctrlpnl.exe / READ.ME < prev   
Encoding:
Text File  |  1993-03-20  |  1.4 KB  |  47 lines

  1.  
  2.  PMCTLPNL
  3.  
  4.   This program is written in Visual Basic for DOS
  5.    The source code and forms are supplied as well as an executable version
  6.  
  7.  It allows updates to ControlPanel properties and saves the selections 
  8.     in a file called CTRLPANL.OPT
  9.  
  10.  The original idea for this program came from the book
  11.  
  12.  VISUAL BASIC for MS-DOS Workshop
  13.     by John Clark Craig
  14.     published by Microsoft Press
  15.  
  16.  The rest of the ideas are from Robert A. Blaney
  17.     Chandero Systems, Inc.
  18.     14 Parkview Rd.
  19.     Long Valley, NJ 07853
  20.  
  21.   This program is being termed freeware for the following reasons:
  22.  
  23.   1. I learned some things about VB DOS
  24.  
  25.   2. I want you to be able to use this and
  26.      experiment with it
  27.  
  28.   3. It will help pay back the work of others
  29.  
  30.   To use it in your own code you only need to load each form and 
  31.     write a routine to access the PMCTLPNL routines.
  32.  
  33.   You may also want to replicate or move the code in the form load 
  34.     process of PMCTLPNL into your first FORM_LOAD procedure in 
  35.     your application. This will then set your control panel 
  36.     variables at start up.
  37.  
  38.     A good idea is to put a menu entry under something like Utilities 
  39.         for color select. Then the user can select colors
  40.         to their own liking.
  41.  
  42.   If you have any comments please drop us a line
  43.     or reach us on Compuserve at 73157,3543.
  44.  
  45.   Good luck and have fun with the Visual Family.
  46.  
  47.